home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / PROXY.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1993-09-16  |  2.8 KB  |  83 lines

  1.                       PROXY v1.12
  2.  
  3.  
  4. The following files are provided with the Proxy system:
  5.  
  6.      PROXY.EXE                  EQUIV.PRX
  7.      PROXY.DAT                  TOPSORT.PRX
  8.      PROXY.INI                  PRIMES.PRX
  9.      PROXY.DOC                  CROSS.PRX
  10.      PRNTDOC.EXE                EMAIL.PRX
  11.      PRINTDOC.BAT               DATAFLOW.TXT
  12.      FINANCE.PRX                PROXY.REG
  13.      QUICKSRT.PRX               H1.HLP
  14.      H2.HLP                     H3.HLP
  15.      H4.HLP                     H5.HLP
  16.      H6.HLP                     H7.HLP
  17.      READ.ME
  18.  
  19. Copy the files into a subdirectory of your choice. To install
  20. Proxy, move to that subdirectory, type
  21.  
  22.      proxy install
  23.  
  24. and press <enter>.
  25.  
  26. The install process produces a new file PROXY.WKS and ends with
  27. the message:
  28.  
  29. loading-ended
  30.  
  31. To run Proxy, type
  32.  
  33.      proxy
  34.  
  35. After the copyright notice, the following will be displayed
  36. on your screen:
  37.  
  38.  Continue? : (run) / (exit)
  39.  
  40.  >
  41.  
  42. Type (run) and press <enter>. Make sure that run is enclosed by
  43. parentheses. A prompt ? will be displayed. You may now type
  44. expressions and function definitions (see the file PROXY.DOC).
  45. To print out the documentation, type printdoc and press <enter>.
  46. To get help at any prompt, type: help; and press <enter>.
  47. To exit the interpreter from any prompt, type exit; and press <enter>.
  48. Whenever the Continue? : (run) / (exit) prompt appears, you may exit
  49. the interpreter by typing (exit) and pressing <enter>.
  50.  
  51. Note - If you change to a new memory mapping scheme, for example,
  52. upgrading to DOS 6.0, it will be necessary to re-install Proxy.
  53. However, before doing this, erase the file PROXY.WKS. Also, you
  54. should not load any TSR programs before loading Proxy.
  55.  
  56. Feedback, bug reports, comments and suggestions are solicited and
  57. encouraged.
  58.                   send to
  59.  
  60.                  Burt Leavenworth
  61.                  23419 S. Mirabella Circle
  62.                  Boca Raton, FL 33433
  63.  
  64.                  CompuServe: [70262,1074] or
  65.  
  66.                  Internet: 70262.1074@compuserve.com
  67.  
  68. To register Proxy, see the file PROXY.REG.
  69. Registration entitles you to
  70. support by phone, mail, or CompuServe email, and a free upgrade to
  71. Version 1.2. This upgrade adds a (non-preemptive) tasking facility
  72. to Proxy which allows the developer to model concurrent and distrib-
  73. utive systems, and to execute data flow modules. A simple example
  74. of this will be found in the file DATAFLOW.TXT.
  75.  
  76. Version 1.2 adds three new commands: dos, which executes DOS commands
  77. and shells to DOS; save, which saves the workspace (hence all Proxy
  78. functions which have been defined in a session) in a file; and restore,
  79. which loads a saved workspace. The use of save and restore speeds the
  80. loading process of previously defined functions.
  81.  
  82. Version 1.2 can only be obtained by registration.
  83.